Deletes all data in the CyberStore price cache for a Category, using the CategoryPath.
Method | DeleteCachedPricesByCategoryPath |
The request body is of type DeleteCachedPricesByCategoryPath.
The DeleteCachedPricesByCategoryPath operation will remove cached pricing for the all Items in the specifed Category no matter the Customer. With Price Caching enabled, the cache will re-populate as soon as the first shopper for a Customer requires a price for each Item in the Category.
Deleting entries in the price cache for the Category neither alters data for the Category itself, nor any of its Items in any way.
Name | Description | Data Type |
---|---|---|
CategoryPath | The category path for the Category. | xml:string |
// Sample MakeAJAXCall
The response body is of type DeleteCachedPricesByCategoryPathResponse.
There is no output from this operation.Name | Description | Data Type |
---|---|---|
DeleteCachedPricesByCategoryPathResult | A string value containing a JSON object. Sample response here | Task |